home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / database / tickle15.zip / TICKLE.HIS < prev    next >
Text File  |  1996-08-02  |  5KB  |  149 lines

  1. History of "Tickle File"
  2. ────────────────────────
  3.  
  4. Version 1.50 Released (8/2/96)
  5.  
  6.  
  7. Problem:  Non-Stop mode not available when listing users
  8.  
  9. Solution: Fix EDITOR.PPE - When listing user, Non-Stop mode now added.
  10.  
  11. =========================================================================
  12. Problem:  TKL being invoked during message base activity
  13.  
  14. Solution: Fix TKL.PPE - Do not invoke TKL when: capture of a message base,
  15.           download or a message base, or a QWK of a message base.  Just
  16.           display the generic PCB prompt.
  17.  
  18.  
  19. =========================================================================
  20. Problem:   Integrate TKL with BANK.PPE
  21.               (Bank.PPE written by John Palazzolo and Dan Shore)
  22.  
  23. Solution:  When a user does not have enough bytes or time to download
  24.            a file, have Tickle File check the BANK database to see
  25.            if the user has a byte or time balance.  Each respective
  26.            balance is checked depending on if the user does not have
  27.            enough bytes or enough time.  If the user has a balance
  28.            they are shown this information and asked if they wish
  29.            to withdrawl time/bytes.
  30.  
  31. Notes:     TKL.CFG has changed to accomadate the use of the BANK.PPE
  32.            The configuration file now has three lines in it and here
  33.            is an example:
  34.  
  35. TRUE         <--- Verify existance of files when manually added to database
  36. TRUE             <--- Use the BANK.PPE with TKL
  37. C:\PCB\PPE\BANK\ <--- Path to BANK.PPE
  38.                       (if line#2 is FALSE this entry is not required)
  39.  
  40.            Tickle File will only work with our BANK.PPE and no others.
  41.  
  42. =========================================================================
  43. Version 1.40 - Released (1/29/96)
  44.  
  45. Problem:  None
  46.  
  47. Solution:  Tickle File is no longer Shareware - it is now FREEWARE but
  48.            dontations of $5 - $10 are accepted by the author to spur
  49.            him on to write other fine utilities for PCB SysOps.
  50.  
  51. Problem:
  52.     Tickle File would put the ratio (50:1) as a filename in the database
  53.     and would then ask the user for the filename they were attempting
  54.     to download or flag.  This would only occur with systems running
  55.     upload/download file ratios (not byte ratios).
  56.  
  57. Solution:
  58.     Tickle File was being executed by PCBText #668 when it should not
  59.     be.  Restore PCBText entry #668 to stock (Hit F4 while in MKPCBTXT).
  60.  
  61. =========================================================================
  62. Version 1.20 - Released (4/23/95)
  63.  
  64. Problem:
  65.     TKLTEXT does not support language extensions.
  66.  
  67. Solution:
  68.     Fixed TKL.PPE, EDITOR.PPE to look for the language version
  69.     of TKLTEXT (look for the extension that is defined in
  70.     the PCBML.DAT file for the language the user selects)
  71.  
  72.  
  73.  
  74. Problem:
  75.     Yes and No prompts in program do not support language file
  76.     settings for yes and no.
  77.  
  78. Solution:
  79.     Fix TKL.PPE and EDITOR.PPE to support the specific language
  80.     file yes/no settings (found in PCBML.DAT)
  81.  
  82.  
  83.  
  84. Enhancement:
  85.     The TKL?.CFG file has CHANGED!!!
  86.  
  87.     Line 1 = Check for file existence when adding files to database
  88.                acceptable values:  TRUE or FALSE
  89.  
  90.     Line 2 = Bypass the "Registered to" prompt
  91.                acceptable values:  TRUE or FALSE
  92.  
  93.                "REGISTERED" users can bypass the "Registered to" prompt
  94.                for a more seamless look for Tickle File.  This is
  95.                accomplished in the TKL?.CFG file.
  96.  
  97.                FALSE - No, do not show prompt
  98.                TRUE  - Yes, show prompt
  99.  
  100.     Note:  The ? in TKL?.CFG is the CONFERENCE number that this
  101.            configuration file applies to.
  102.  
  103. Enhancement:
  104.     When PCB invokes "Tickle File", save the screen buffer, show
  105.     "Tickle File" information, end "Tickle File", and restore
  106.     the screen.  This way the files that were on the screen previously
  107.     will be redisplayed upon return from the PPE.
  108.  
  109. =========================================================================
  110. Version 1.10 - Released (1/21/95)
  111.  
  112. Problem:
  113.     Users not getting prompted to add files to their database.
  114.  
  115.     *  Found that if the user had ZERO flagged files, had ZERO bytes
  116.        downloaded for the day, and the file exceeded a ratio, they
  117.        would not get prompted
  118.  
  119. Solution:
  120.     Fixed TKL.PPE - Any time a PCBText entry invoked TKL, the user
  121.                     will be asked to add the file to their database
  122.  
  123. Enhancement:
  124.     Changed TKLPACK.PPE and TKLPACK.CFG so users that do not have any
  125.     files in their database would be packed (removed).  This option
  126.     is enable through an entry in TKLPACK.CFG
  127.  
  128. Enhancement:
  129.     Changed TKLTEXT entry #15
  130.  
  131. Enhancement:
  132.     Added REPORT.PPE program.  This program will create a file called
  133.     TKLREPRT.LOG which will be located in the same directory as the PPE.
  134.     This report will show all users with their files and descriptions
  135.     (if they have any), or it will show the user and state the user has
  136.     no files.
  137.  
  138.     At the end of the report is a "Statistics Summary" of:
  139.  
  140.        total users
  141.        total users with files
  142.        total users without files
  143.        total files
  144.        files per users
  145.  
  146. =========================================================================
  147.  Version 1.0 - Initial release of program (1/5/95)
  148.  
  149.